The QTVRGetAngularUnits and QTVRSetAngularUnits functions use the following constants to indicate the type of angular unit associated with a QuickTime VR movie instance:
typedef enum QTVRAngularUnits {
kQTVRDegrees = 0,
kQTVRRadians = 1
} QTVRAngularUnits;
| Previous | Chapter Contents | Chapter Top | Next |